home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / btnbar / btnbar.bas next >
BASIC Source File  |  1995-09-07  |  334b  |  6 lines

  1. Option Explicit
  2.  
  3. Declare Function BitBlt Lib "GDI" (ByVal hDestDC As Integer, ByVal x As Integer, ByVal y As Integer, ByVal nWidth As Integer, ByVal nHeight As Integer, ByVal hSrcDC As Integer, ByVal XSrc As Integer, ByVal YSrc As Integer, ByVal dwRop As Long) As Integer
  4. Global Const SRCCOPY = &HCC0020 ' (DWORD) dest = source
  5.  
  6.